camelToSnakeCase

fun String.camelToSnakeCase(): String

Convert a camelCase string to snake-case.

Sources

js source
Link copied to clipboard